home *** CD-ROM | disk | FTP | other *** search
/ Swagman - Digital Press Kit (Europe) / Swagman - Digital Press Kit (Europe).bin / pc / swagman.dir / 00200.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  98 b   |  9 lines

  1. on exitFrame
  2.   global lan
  3.   if lan = "f" then
  4.     go(the frame)
  5.   else
  6.     nothing()
  7.   end if
  8. end
  9.